Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

patches are used to improve meta-imx repo #18

Open
wants to merge 3 commits into
base: mickledore-6.1.22-2.0.0
Choose a base branch
from

Conversation

limeng-linux
Copy link

There are 3 patches are used to improve meta-imx repo

When parsing yocto project with command "bitbake -p", there is below
error reported:
layers/meta-imx/meta-sdk/recipes-graphics/libgpuperfcnt/
libgpuperfcnt_6.4.11.p1.2.bb:23: Could not inherit file
classes/fsl-eula-unpack2.bbclass
Because the necessary dependent layers of fsl-sdk-release are not
downloaded when setting up project, add them to avoid building
issue.

Signed-off-by: Meng Li <[email protected]>
When parsing yocto project with command "bitbake -p", there is below
error reported:
layers/meta-imx/meta-sdk/conf/distro/include/fsl-imx-base.inc:1:
Could not include required file conf/distro/poky.conf
Because the necessary dependent layer of fsl-sdk-release is not
downloaded when setting up project, add it to avoid building
issue.

Signed-off-by: Meng Li <[email protected]>
When parsing yocto project with command "bitbake -p", there is below
error reported:
layers/meta-imx/meta-ml/recipes-libraries/modelrunner/modelrunner_2.0.0.bb:10:
Could not inherit file classes/fsl-eula-unpack.bbclass
Because the necessary dependent layers of meta-ml is not
downloaded when setting up project, add them to avoid building
issue.

Signed-off-by: Meng Li <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant